home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP04 / JUSTIFY1.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  321 b   |  13 lines

  1. #------------------------
  2. # JUSTIFY1.MAK make file
  3. #------------------------
  4.  
  5. justify1.exe : justify1.obj ezfont.obj
  6.      $(LINKER) $(GUIFLAGS) -OUT:justify1.exe justify1.obj ezfont.obj $(GUILIBS)
  7.  
  8. justify1.obj : justify1.c
  9.      $(CC) $(CFLAGS) justify1.c
  10.  
  11. ezfont.obj : ezfont.c
  12.      $(CC) $(CFLAGS) ezfont.c
  13.